module SCP
{
	imports {
		Base
	}

	/* SCP Guard Jumpsuit */

	item boilersuit_scpguard
	{
		DisplayName = SCP Guard Jumpsuit,
		Tooltip = Tooltip_boilersuit_scpguard,
		DisplayCategory = Clothing,
		Type = Clothing,
		IconsForTexture = scpguardjumpsuit,
		BloodLocation = Trousers;Jumper,
		BodyLocation = Boilersuit,
		ClothingItem = boilersuit_scpguard,
		FabricType = Cotton,
		Insulation = 0.65,
		RunSpeedModifier = 0.9,
		ScratchDefense = 10,
		WindResistance = 0.45,
		WorldStaticModel = BoilerSuit_Ground,
		Tags = RipClothingCotton,
	}
	
	/* SCP MTF Jumpsuit */

	item boilersuit_scpmtf
	{
		DisplayName = SCP MTF Jumpsuit,
		Tooltip = Tooltip_boilersuit_scpmtf,
		DisplayCategory = Clothing,
		Type = Clothing,
		IconsForTexture = scpmtfjumpsuit,
		BloodLocation = Trousers;Jumper,
		BodyLocation = Boilersuit,
		ClothingItem = boilersuit_scpmtf,
		FabricType = Cotton,
		Insulation = 0.65,
		RunSpeedModifier = 0.9,
		ScratchDefense = 20,
		WindResistance = 0.45,
		WorldStaticModel = BoilerSuit_Ground,
		Tags = RipClothingCotton,
	}

	/* D-Class Jumpsuit */

	item boilersuit_dclass
	{
		DisplayName = D-Class Jumpsuit,
		Tooltip = Tooltip_boilersuit_dclass,
		DisplayCategory = Clothing,
		Type = Clothing,
		IconsForTexture = dclassjumpsuit,
		BloodLocation = Trousers;Jumper,
		BodyLocation = Boilersuit,
		ClothingItem = boilersuit_dclass,
		FabricType = Cotton,
		Insulation = 0.65,
		RunSpeedModifier = 0.9,
		ScratchDefense = 10,
		WindResistance = 0.45,
		WorldStaticModel = BoilerSuit_Ground,
		Tags = RipClothingCotton,
	}		

}